projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6168353
)
; * src/floatfns.c: Don't use non-ASCII characters in comments.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 31 Aug 2019 06:58:45 +0000
(09:58 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 31 Aug 2019 06:58:45 +0000
(09:58 +0300)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 49068bee7709aca14b61b6826fbc48f1b47aa3b1..9049185307c30ee598f45301789ec450b8109f04 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-48,7
+48,7
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <count-leading-zeros.h>
-/* Emacs needs proper handling of
±
inf; correct printing as well as
+/* Emacs needs proper handling of
+/-
inf; correct printing as well as
important packages depend on it. Make sure the user didn't specify
-ffinite-math-only, either directly or implicitly with -Ofast or
-ffast-math. */